home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_516 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  329 b   |  8 lines

  1. on(press){
  2.    startDrag("","0",getProperty("../constraint", _X),getProperty("../constraint", _Y),getProperty("../constraint", _X),getProperty("../constraint", _Y) + getProperty("../constraint", _height) - getProperty("../scrollBar", _height));
  3.    tellTarget("../../scrollLib")
  4.    {
  5.       gotoAndPlay("dragScroll");
  6.    }
  7. }
  8.